Thu Jul 01 2021 00:00:52 GMT+0200 (Central European Summer Time)
In order to claim authorship on content or data
As a creator
I want to register a claim on the content or data hash plus some descriptive metadata

Given I'm on the home page 1s 817ms

When I click submenu option "Register" in menu "Authorship" 147ms

And I uncheck the "upload" option 136ms

And I fill the register form with title "Te Hoho Rock" and file "Te Hoho Rock.jpg" 134ms

And I wait till finished uploading 1ms

And I click the "Register" button 721ms

Then I see alert with text "Registration submitted" 103ms

And I see modal with title "Manifestation Registered" 40ms

And I see modal with text "Te Hoho Rock" 40ms

After 218ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 951ms

When I click submenu option "Register" in menu "Authorship" 113ms

And I uncheck the "upload" option 109ms

And I fill the register form with title "My Te Hoho Rock" and file "Te Hoho Rock.jpg" 114ms

And I wait till finished uploading < 1ms

Then The Register button is disabled 16ms

And I see validation feedback for hash input with text 'Content already registered with title "Te Hoho Rock"' 272ms

After 180ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 920ms

When I click submenu option "Register" in menu "Authorship" 110ms

And I check the "upload" option 59ms

And I fill the register form with title "Smiling Sphinx Rock" and file "Smiling Sphinx Rock.jpg" 114ms

And I wait till finished uploading 1ms

And I click the "Register" button 665ms

Then I see alert with text "Registration submitted" 92ms

And I see modal with title "Manifestation Registered" 44ms

Then I see modal with text "Smiling Sphinx Rock" 35ms

After 211ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 901ms

When I click submenu option "Register" in menu "Authorship" 148ms

And I check the "upload" option 60ms

And I fill the register form with title "My Smiling Sphinx Rock" and file "Smiling Sphinx Rock.jpg" 116ms

And I wait till finished uploading 1ms

Then The Register button is disabled 16ms

And I see validation feedback for hash input with text 'Content already registered with title "Smiling Sphinx Rock"' 603ms

After 204ms Screenshot +
                                        
                                        
                                

In order to check authorship claims on content or data
As a user
I want to search if a piece of content or data is registered using its hash

Given I'm on the home page 933ms

When I click submenu option "Search" in menu "Authorship" 94ms

And I fill the search form with content hash "QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 142ms

And I click the "Search" button 81ms

Then I see a result with "Title" "Te Hoho Rock" 54ms

And I see a result with "Authors" "0x6273...Ef57" 31ms

After 174ms Screenshot +
                                        
                                        
                                

Given I go to the home page 39ms

When I click submenu option "Search" in menu "Authorship" 63ms

And I fill the search form with content hash "QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ" 81ms

And I click the "Search" button 86ms

Then I see alert with text "Content hash not found, unregistered" 44ms

After 196ms Screenshot +
                                        
                                        
                                

In order to keep track of my ownership claims
As a creator
I want to list all the claims I have made so far

Given I'm on the home page 898ms

When I click submenu option "List Own" in menu "Authorship" 135ms

Then I see 2 result 68ms

And I see a result with "Title" "Te Hoho Rock" 52ms

And I see a result with "Title" "Smiling Sphinx Rock" 40ms

And I see a result with "Registerer" "0x6273...Ef57" 48ms

After 167ms Screenshot +
                                        
                                        
                                

In order to know about a specific claim
As a user
I want to retrieve the details about the authorship claim using its hash

Given I'm on the home page 923ms

And I click submenu option "Search" in menu "Authorship" 98ms

And I fill the search form with content hash "QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 135ms

And I click the "Search" button 80ms

When I click the "Details" button 93ms

Then I see a result with "Title" "Te Hoho Rock" 61ms

And I see a result with "Authors" "0x6273...Ef57" 38ms

And I see a result with "Evidence" "0" 39ms

After 196ms Screenshot +
                                        
                                        
                                

When I go to "http://localhost:4200/manifestations/QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 904ms

Then I see a result with "Title" "Te Hoho Rock" 54ms

And I see a result with "Authors" "0x6273...Ef57" 39ms

And I see a result with "Evidence" "0" 36ms

After 179ms Screenshot +
                                        
                                        
                                

When I go to "http://localhost:4200/manifestations/UNEXISTING-CLAIM" 982ms

Then I see alert with text "Manifestation Not Found: UNEXISTING-CLAIM" 46ms

After 158ms Screenshot +